home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / logeqfv6.zip / PARAGON.RIG < prev    next >
Text File  |  1993-04-03  |  2KB  |  41 lines

  1. Ten-Tec Paragon    ! Radio Model for display within Log-EQF --- 03/31/93 ---
  2. M,1                ! Update rate in (secs) , Delay between characters (tenths)
  3.                    ! Acknowledge command, if required
  4. 0                  ! Bytes received from radio for ECHO or OK block
  5.                    ! Pacing or Initialize command, if required
  6. H                  ! Hexadecimal (H) or String (S) instruction data type
  7. F                  ! Commands sent to radio Forward (F) or Reverse (R) order
  8.                    ! -------------- FREQUENCY READ -------------------------
  9. 5C                 ! Command to receive operating FREQUENCY from radio
  10. 30                 ! Number of bytes expected from radio after FREQ command
  11. 1                  ! Starting byte position for FREQUENCY value
  12. 7                  ! Number of bytes in FREQUENCY value
  13. F                  ! Frequency decoded in Forward (F) or Reverse (R) order
  14. S,10               ! BCD (B) or Weighted Binary (W) or Single-Byte BCD (S)
  15.                    ! -------------- MODE READ ------------------------------
  16. 5C                 ! Command to receive operating MODE from radio
  17. 30                 ! Number bytes expected from radio after MODE command
  18. 8                  ! Starting byte position for MODE value
  19. 1                  ! Number of bytes in MODE value
  20. 7F                 ! Bit mask for MODE value, if required
  21. 02                 ! Value for CW
  22. 08                 ! Value for LSB
  23. 04                 ! Value for USB
  24. 20                 ! Value for FM
  25. 10                 ! Value for AM
  26. 02                 ! Value for FSK
  27.                    ! -------------- FREQUENCY SET --------------------------
  28. 4000000000000040   ! Command to set the operating FREQUENCY (00 for Ten-Tec)
  29. 2                  ! Starting byte position for FREQUENCY value (1 if Ten-Tec)
  30. 6                  ! Number of bytes in FREQUENCY value (or 7 if last line 1)
  31.                    ! -------------- MODE SET -------------------------------
  32. 00                 ! Command to set the operating MODE
  33. 1                  ! Starting byte position for MODE value
  34. 1                  ! Number of bytes in MODE value
  35. 50                 ! Value for CW
  36. 4E                 ! Value for LSB
  37. 4F                 ! Value for USB
  38. 4C                 ! Value for FM
  39. 4D                 ! Value for AM
  40. 50                 ! Value for FSK ??
  41.